Content SecurityPolicies Info
Representation of a security policy
This schema was added in vSphere API 7.0.3.0.
{
"policy": "string",
"name": "string",
"item_type_rules": {
"item_type_rules": "string"
}
}
Identifier of the security policy
This property was added in vSphere API 7.0.3.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.content.SecurityPolicy
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.content.SecurityPolicy
.
Name of the security policy
This property was added in vSphere API 7.0.3.0.
Map of content library item type and rule types The rules can be associated with a security policy. When the security policy is applied to a content library, these rules will be used to validate specific item type.
For more information see: Content SecurityRuleType.
This property was added in vSphere API 7.0.3.0.